home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MPEG Toolkit
/
MPEG Toolkit.iso
/
dos
/
mpgcodec
/
readme.1st
< prev
Wrap
Text File
|
1997-01-01
|
4KB
|
91 lines
This archive contains the following files:
README.1ST This file
MPGCODEC.EXE My port of the PVRG MPEG CODEC
PPMSPLIT.EXE My port of ppmtoyuvsplit original code by A Beck
MAKEMPG.TXT Details of how I did the port
COPYING GNU copyright notice as software was compiled using GCC
COPYING.DJ A copy of DJ Delorie conditions of use for GO32.exe
which is built into mpgcode.exe
I hope I have not offended anybody by putting this archive together. Please
read the files copying, copying.dj and Appendix A. I offer no warranty of
any description with respect to my porting.
All of the EXE files were compiled by me from Publicly available source code
from the following ftp sites.
MPEG.EXE is a DOS port of the PVRG MPEG CODEC from
havefun.stanford.edu
/pub/mpeg/MPEGv1.1.tar.Z
/pub/mpeg/MPEGDOCv1.1.tar.Z
written by the PVRG group. This DOS port was done by G M Logan
at Dundee Institute of Technology in June 1993 (Note I am a Mechanical
Engineer). Contact me direct with any queries re the port mitgml@dct.ac.uk
PPMSPLIT.EXE is a DOS port of ppmtoyuvsplit.c from
gogol.cenatls.cena.dgac.fr
/pub/graphics/ppmtoyuvsplit.c.z
written by A.Beck based upon ppmtoyuv.c This DOS port was done by G M
Logan at Dundee Institute of Technolohisgy in June 1993 (Note I am a
Mechanical Engineer). Contact me direct with any queries re the port mitgml@dct.ac.uk
Have fun and please mail me to let me know how you get on. A copy of any
interesting movies would be appreciated.
Graham Logan
mitgml@dct.ac.uk
Appendix A
Copyright notice for mpeg source:
/*************************************************************
Copyright (C) 1990, 1991, 1993 Andy C. Hung, all rights reserved.
PUBLIC DOMAIN LICENSE: Stanford University Portable Video Research
Group. If you use this software, you agree to the following: This
program package is purely experimental, and is licensed "as is".
Permission is granted to use, modify, and distribute this program
without charge for any purpose, provided this license/ disclaimer
notice appears in the copies. No warranty or maintenance is given,
either expressed or implied. In no event shall the author(s) be
liable to you or a third party for any special, incidental,
consequential, or other damages, arising out of the use or inability
to use the program for any purpose (or the loss of data), even if we
have been advised of such possibilities. Any public reference or
advertisement of this source code should refer to it as the Portable
Video Research Group (PVRG) code, and not by any author(s) (or
Stanford University) name.
Copyright notice for ppmtoyuvsplit source:
** by A.Beck
** Internet: Andre_Beck@IRS.Inf.TU-Dresden.de
**
** Based on ppmtoyuv.c
**
** Permission to use, copy, modify, and distribute this software and its
** documentation for any purpose and without fee is hereby granted, provided
** that the above copyright notice appear in all copies and that both that
** copyright notice and this permission notice appear in supporting
** documentation. This software is provided "as is" without express or
** implied warranty.
Copyright notice for pbmplus libs used to build ppmtoyuvsplit:
**
** Permission to use, copy, modify, and distribute this software and its
** documentation for any purpose and without fee is hereby granted, provided
** that the above copyright notice appear in all copies and that both that
** copyright notice and this permission notice appear in supporting
** documentation. This software is provided "as is" without express or
** implied warranty.
*/